﻿CHARACTERS = {
	c:LUC = {
		create_character = {
			# Charles Louis, the future Charles II, Duke of Parma
			#role = politician # Remove this line
			first_name = "Carlo_Ludovico"
			last_name = "di_Borbone_Parma"
			ruler = yes
			age = 37
			interest_group = ig_petty_bourgeoisie
			ideology = ideology_moderate
			traits = {
				reckless
			}
			on_created = {
				set_variable = is_married
			}
		}	

		create_character = {
			is_general = yes
			first_name = Carlo
			last_name = di_Borbone_Parma
			age = 37
			traits = {
		#		polite
		#		cursed_luck
			}
		}
	}
}
